home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr49 / vgif1.zip / README.DOC < prev    next >
Text File  |  1992-12-14  |  5KB  |  170 lines

  1. 12/14/92
  2.          VIEWGIF Copyright 1992 by MicroGenesis Software
  3.          -----------------------------------------------
  4.          (Gif Viewing C Source Code for:
  5.               IBM VGA
  6.               MicroSoft Windows
  7.               Color Macintoshes
  8.               MultiApp
  9.  
  10.          INSTALLATION/USAGE
  11.          -------------------
  12.               Installation/usage could not be easier.  Simply put
  13.          VIEWGIF somewhere in the DOS path where dos will be sure to
  14.          find it.  Then issue the command:
  15.  
  16.          VIEWGIF <gif.gif>
  17.  
  18.               The program will then ask you what mode of VGA you wish
  19.          to use.  PLEASE NOTE: VIEWGIF ONLY supports VGA, VIEWGIF is
  20.          meant for professional 256color VGA/SUPER VGA display.
  21.          Support is not currently given for anything less than
  22.          VGA/MCGA(320x200x256colors).
  23.  
  24.          There Must Be A MILLION Gif Viewers For The IBM.
  25.  
  26.               So why did I write this program!?  True there are gif
  27.          viewers that greatly top this program in their user
  28.          interface.  However there was one problem, I NEEDED THE C/C++
  29.          SOURCE CODE!  I could not find this ANYWHERE.  Finally I
  30.          decided I would have to write it for myself, the result is
  31.          what you see.  Because of all the TROUBLE I went through
  32.          trying to find a GIF source code for C, I am going to save
  33.          you the trouble of re-inventing the wheel.  The COMPLETE
  34.          source code for this package is available from MicroGenesis
  35.          Software.
  36.  
  37.               One other thing I might add, while attempting to locate
  38.          gif source code I found a program in the IBMPRO forum of
  39.          CompuServe that is almost just like this offer(a neat gif
  40.          viewer with the promise of source code).  So of course seeing
  41.          the answer to all my prayers I sent him off the money almost
  42.          before I was even done downloading the file.  I NEVER HEARD
  43.          FROM THAT COMPANY AGAIN!!  First of all I am not that
  44.          company, this is a TOTALLY different offer.  Secondly
  45.          MicroGenesis has been in the consulting/shareware business
  46.          for several years.  We ship our products within a week of
  47.          receipt of the order, and have a 5day a week tech support
  48.          line.
  49.  
  50.               The source code for this program is written in Borland
  51.          C.  The only area I strayed from the ANSI standard is in the
  52.          use of graphic routines.  As a result you should have little
  53.          trouble using it on another compiler, or another computer
  54.          system even(we have ported it to Macintosh).
  55.  
  56.               Borland C++ does not support 256color graphics, so a 3rd
  57.          party driver is required to make this program run.  We use
  58.          and strongly recommend the SVGA/TWEAK system by Jordan
  59.          Hargrave(this program can be found in the BPROGB area of
  60.          compuserve).  His package provides the best support of
  61.          VGA/SuperVga we have seen to date.  Full working BGI
  62.          files/Header files are included with the file you download,
  63.          and registration is only $20(at the time of this writing).
  64.          This product is the one we used to create the demo we sent
  65.          out with the IBM version.  Of course Windows/Mac supports
  66.          their extended graphics very well, and no such driver is
  67.          required.  The source you will receive when you register is
  68.          written for use by Jordan's software.  If you choose to use a
  69.          different extended VGA BGI it is clearly documented how to do
  70.          so.
  71.  
  72.  
  73.  
  74.  
  75.               To order send a check(drawn on a UNITED STATES BANK) for
  76.          $50 to:
  77.  
  78.          Please specify which product you want(namely VIEWGIF), as we
  79.          have several products.
  80.  
  81.  
  82.          MicroGenesis Software
  83.          P.O. Box No 25534
  84.          St. Louis, Mo 63125
  85.  
  86.  
  87.  
  88.  
  89.               To contact MicroGenesis software:
  90.  
  91.          CompuServe: 76476,1701
  92.          America On-Line: JeffH66
  93.          VOICE          : (314) 638-2506 (Mon-Fri, 9:00 AM-4:00PM CST
  94.          FAX            : (314) 638-1731
  95.          Internet       : S108955@UMRVMA.UMR.EDU(slowest response)
  96.  
  97.  
  98.  
  99.          Warranty For This Program
  100.          -------------------------
  101.  
  102.          * MicroGenesis software shall be in no way responsible for
  103.          your use/misuse of this program.
  104.  
  105.          * MicroGenesis shall not be responsible for any damage done
  106.          by this program.
  107.  
  108.          * MicroGenesis makes on claims to the fitness of this
  109.          program.
  110.  
  111.          * MicroGenesis's maximum liability to the end user of this
  112.          program shall not ever exceed the price the user payer to
  113.          MicroGenesis in registration of this program.
  114.  
  115.          * The invalidity or unenforceability of one clause of this
  116.          agreement shall not invalidate the remaining clauses.
  117.  
  118.          * This warranty shall be governed by the laws of the State of
  119.          Missouri.
  120.  
  121.          * Use of this program indicates acceptance of this limited
  122.          warranty.
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.